Update Constructor (Dialog) |
Initializes a new instance of the Update class from the specified dialog.
Namespace:
Independentsoft.Sip.Methods
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Update(
Dialog dialog
)
Public Sub New (
dialog As Dialog
)
Parameters
- dialog
- Type: Independentsoft.SipDialog
An existing dialog between the two clients.
See Also